home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem This batch file patches version 3.03 to version 3.04 of Netroom
-
- if not exist rm386.exe goto error1
- if not exist patch.exe goto error1
- if not exist 303A303B.RTP goto error1
- if not exist 303B304.RTP goto error1
-
- patch 303A303B.RTP
- patch 303B304.RTP
-
- goto end
-
- :error1
- echo.
- echo To apply this patch, execute this batch file from the Netroom
- echo directory. The Netroom directory must contain the files PATCH.EXE,
- echo 303A303B.RTP, and 303B304.RTP. The Netroom directory MUST be the current
- echo directory.
- echo.
-
- :end
-